MessageInReplyTo Property

Gets or sets the In-Reply-To field: one or more message identifiers (RFC 5322 section 3.6.4), e.g. "<id1@host> <id2@host>".

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public string InReplyTo { get; set; }

Property Value

String
The In-Reply-To message identifiers.

See Also